﻿2026-06-22T02:06:37.2945045Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-22T02:06:37.2945808Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-22T02:06:37.2946471Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-22T02:06:37.2947133Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-22T02:06:37.2947700Z [36;1m  case "$exe" in[0m
2026-06-22T02:06:37.2948259Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-22T02:06:37.2948864Z [36;1m  esac[0m
2026-06-22T02:06:37.2949407Z [36;1mdone[0m
2026-06-22T02:06:37.2949840Z [36;1mexit 0[0m
2026-06-22T02:06:37.2966393Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T02:06:37.2967252Z ##[endgroup]
